From 7eb3026fa9ccacdd778ae627ac3a1facc3a0df5b Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Tue, 27 Mar 2001 16:51:40 +0000 Subject: [PATCH] (init_from_display_pos): Remove unwarranted assertion. --- src/xdisp.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/xdisp.c b/src/xdisp.c index 5dc97d0775f..bd6a07e05d0 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -1810,7 +1810,6 @@ init_from_display_pos (it, w, pos) but the call to init_iterator below will move us to the after-string. */ init_iterator (it, w, charpos, bytepos, NULL, DEFAULT_FACE_ID); - xassert (IT_CHARPOS (*it) == CHARPOS (pos->pos)); /* If position is within an overlay string, set up IT to the right overlay string. */ -- 2.30.2